home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / solit1_0.zip / MP_SOLIT.CFG < prev    next >
Text File  |  1996-10-17  |  6KB  |  124 lines

  1. ;----------------------------------------------------------------------------
  2. ;        Midnight Programmer's - Solitare '96 - Configuration file
  3. ;----------------------------------------------------------------------------
  4. ;
  5. ; This configuration file can be used by the sysop to customize MP Solitare
  6. ; for use on their own system. The information in this file is NOT usually
  7. ; needed, and the file can be left as is, or even erased, without effecting
  8. ; the door's performance. MP Solitare is designed to run on almost any BBS
  9. ; system automatically, without requiring anything but the door's .EXE file.
  10. ;
  11. ; ******************************************************************
  12. ; Any text following a semi-colon (;), and blank lines, are ignored.
  13. ; EVERYTHING IN THIS FILE IS SET UP DISABLED. You must remove the (;)
  14. ; to activate a feature.
  15. ; ******************************************************************
  16. ;----------------------------------------------------------------------------
  17. ;  Enter who is this door registered to. Leave it blank if unregistered
  18. ;
  19. ;RegistrationName  Unregistered
  20. ;----------------------------------------------------------------------------
  21. ;  Enter your registration key string here. Leave it blank if unregistered
  22. ;
  23. ;RegistrationCode   00000
  24. ;----------------------------------------------------------------------------
  25. ;  Uncomment this line if you want keyboard input logging. (Hey, like the
  26. ;  name says, it's for debugging).
  27. ;
  28. ;DebugLogging
  29. ;----------------------------------------------------------------------------
  30. ;  The location and file name of the DROP file.  Valid drop file types are:
  31. ;        PCBOARD.SYS      DOOR.SYS
  32. ;
  33. ;DoorDir           M:\PCB\NODE2\DOOR.SYS
  34. ;
  35. ;  Note: This can be replaced by the -D C:\BBSDIR\DROPFILE.SYS command
  36. ;        line directive.
  37. ;----------------------------------------------------------------------------
  38. ;  Enter the node that this door is being run from.
  39. ;
  40. ;Node              1
  41. ;
  42. ;  Note: This can be replaced by the -N # command line directive.
  43. ;----------------------------------------------------------------------------
  44. ;
  45. ;  Memory swapping options. These options are generally not needed, but can be
  46. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  47. ;  to specify which directory or directories should be used for swapping.
  48. ;  Multiple directory paths can be seperated using a semi-colon.
  49. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  50. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  51. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  52. ;
  53. ;SwappingDir    C:\
  54. ;SwappingNoEMS
  55. ;SwappingDisable
  56. ;
  57. ;----------------------------------------------------------------------------
  58. ;
  59. ;  Serial port options. These options are generally not needed, as these
  60. ;  settings can usually be determined from the BBS door information file.
  61. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  62. ;  with the modem. "SerialPort" specifies the port port number that the modem
  63. ;  is connected to. Unless you have reassigned the port numbers through your
  64. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  65. ;  so on. Remove the semi-colon (;) to activate either of these options.
  66. ;
  67. ;LockedBPS    38400
  68. ;SerialPort    0
  69. ;
  70. ;
  71. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  72. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  73. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  74. ;  the door to always communicate directly with the modem, bypassing any
  75. ;  FOSSIL driver.
  76. ;
  77. ;NoFossil
  78. ;
  79. ;----------------------------------------------------------------------------
  80. ;
  81. ;  The following options only apply if a FOSSIL driver is NOT being used for
  82. ;  serial communications. If a FOSSIL driver IS being used, these options
  83. ;  are normally set on the FOSSIL driver command line.
  84. ;
  85. ;  Hexidecimal address of the serial port. This address can usually be
  86. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  87. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  88. ;  (;) to activate this option.
  89. ;
  90. ;PortAddress 2F8
  91. ;
  92. ;
  93. ;  Interrupt request line that the serial port is using. May be any IRQ line
  94. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  95. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  96. ;  to activate this option.
  97. ;
  98. ;PortIRQ 4
  99. ;
  100. ;
  101. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  102. ;  the serial I/O receive buffer. You may want to increase this buffer size
  103. ;  if you find that characters being sent from the user's modem are being lost.
  104. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  105. ;  buffer. You may want to increase this buffer size for improved performance
  106. ;  in some multitasking environments.
  107. ;
  108. ;ReceiveBuffer 256
  109. ;TransmitBuffer 1024
  110. ;
  111. ;
  112. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  113. ;  if they are available. You can prevent OpenDoors from using the FIFO
  114. ;  buffers, even if they are available, by removing the semi-colon before
  115. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  116. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  117. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  118. ;  bytes.
  119. ;
  120. ;NoFIFO
  121. ;FIFOTriggerSize 4
  122. ;
  123. ;----------------------------------------------------------------------------
  124.